@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
button {
  /* border: none; */
}
.map img {
  max-width: inherit;
}
/* 取消链接高亮  */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}



/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Source Sans Pro", Arial, sans-serif !important;
  color: #555;
  padding-top: 145px;
  overflow-x: hidden;
}
.index-body{
  padding-top: 90px;
}
button:focus {
  outline: none;
}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style-type: none;
}
.w100 {
  width: 100%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
input:focus,
textarea:focus {
  outline: none;
}
.overh {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ta {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.displaynone {
  display: none;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}


 .erdiv li {
 
 line-height:28px;
  float: left;
   padding:0 32px ; 
   width: 20%;
 
}



@media (min-width: 1500px) {
  .container {
    width: 1300px;
  }
}
.f14px {
  font-size: 14px;
}
.f16px {
  font-size: 16px;
}
.book {
  border: 1px solid #000;
}
.db {
  display: block;
}
.dnb {
  display: inline-block;
}
.flight {
  font-weight: lighter;
}
.fbold {
  font-weight: bold;
}
.imghover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.sca1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}
.sca0 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
}
.tran {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.hovercolor {
  color: #8cca1d;
}
.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}
.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.l0 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cen {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.f48 {
  font-size: 48px;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p15 {
  padding: 15px;
}
.w50 {
  width: 50%;
}
.blod {
  font-weight: bold;
}
.wen_hied2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.w55 {
  width: 55%;
}
.daohang {

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.daohang .daohang-top {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  padding: 20px 0;
}
.daohang .daohang-top .corporate_name {
  margin-left: 20px;
  margin-top: 6px;
}
.daohang .daohang-top .p1 {
  font-size: 1.7rem;
  color: #251e1c;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 4px;
}
.daohang .daohang-top .p1 a {
  color: #251e1c;
}
.daohang .daohang-top .p2 {
  font-size: 10px;
  color: #251e1c;
  display: none;
  line-height: 3;
}
.daohang .daohang-top .p2 a {
  color: #251e1c;
}
.daohang .daohang-top .hotline-ul {
  line-height: 47px;
}
.daohang .daohang-top .hotline-ul li {
  float: left;
  margin-right: 30px;
}
.daohang .daohang-top .hotline-ul li .icon-dianhua {
  display: inline-block;
  margin-right: 10px;
}
.daohang .daohang-top .hotline-ul li .ds {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #ff8d19;
  border-radius: 100%;
  text-align: center;
  line-height: 32px;
}
.daohang .daohang-top .hotline-ul li .ds i {
  color: #ffffff;
}
.daohang .daohang-top .hotline-ul li .sp1 {
  font-size: .9375rem;
  color: #3e4040;
}
.daohang .daohang-top .hotline-ul li .sp2 {
  font-size: 23px;
  color: #ff8d19;
}
.daohang .daohang-top .hotline-ul li select {
  width: 175px;
  height: 30px;
  border: solid 1px #dadada;
  color: #3e4040;
  padding: 0 10px;
}
.daohang .daohang-top .hotline-ul li select option {
  font-size: .875rem;
  line-height: 30px;
  color: #3e4040;
}
.daohang .daohang-bot {
  background: transparent;
  line-height: 55px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}.daohang.active{
  background:#fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
}
.daohang .daohang-bot .nav-ul > li {
  float: left;
  width: 10.5%;
  text-align: center;
  /* border-right: 1px solid rgba(255, 255, 255, 0.23); */
}
.daohang .daohang-bot .nav-ul > li.active,.daohang .daohang-bot .nav-ul > li:hover{
  background: #ff8d19;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */

}
.daohang .daohang-bot .nav-ul > li.active >a,.daohang .daohang-bot .nav-ul > li:hover>a{
  color: #fff;
}
.daohang .daohang-bot .nav-ul > li:last-child {
  border-right: none;
}
.daohang .daohang-bot .nav-ul > li > a {
  font-size: 1.0625rem;
  color: #000;
  display: block;
}
.daohang .daohang-bot .nav-ul > li {
  position: relative;
}
.daohang .daohang-bot .nav-ul > li .menu3 {
  position: absolute;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  width: 200px;
  visibility: hidden;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);

}
.daohang .daohang-bot .nav-ul > li .menu3 li {
  line-height: 30px;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.daohang .daohang-bot .nav-ul > li .menu3 li a {
  display: block;
  color: #000;
}
.daohang .daohang-bot .nav-ul > li .menu3 li:hover a {
  background: #84ba51;
  color: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.daohang .daohang-bot .nav-ul > li:hover .menu3 {
  visibility: visible;
}
.daohang .daohang-bot .nav-ul > li:hover .menu3 li:first-of-type {
  animation: menu3 0.3s ease-in-out forwards;
  -webkit-animation: menu3 0.3s ease-in-out forwards;
  -o-animation: menu3 0.3s ease-in-out forwards;
  -moz-animation: menu3 0.3s ease-in-out forwards;
  animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  /* Firefox */
  -webkit-animation-delay: 0.3s;
  /* Safari 和 Chrome */
}
.daohang .daohang-bot .nav-ul > li:hover .menu3 li:nth-of-type(2) {
  animation: menu3 0.3s ease-in-out forwards;
  -webkit-animation: menu3 0.3s ease-in-out forwards;
  -o-animation: menu3 0.3s ease-in-out forwards;
  -moz-animation: menu3 0.3s ease-in-out forwards;
  animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  /* Firefox */
  -webkit-animation-delay: 0.4s;
  /* Safari 和 Chrome */
}
.daohang .daohang-bot .nav-ul > li:hover .menu3 li:nth-of-type(3) {
  animation: menu3 0.3s ease-in-out forwards;
  -webkit-animation: menu3 0.3s ease-in-out forwards;
  -o-animation: menu3 0.3s ease-in-out forwards;
  -moz-animation: menu3 0.3s ease-in-out forwards;
  animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  /* Firefox */
  -webkit-animation-delay: 0.5s;
  /* Safari 和 Chrome */
}
.daohang .daohang-bot .nav-ul > li:hover .menu3 li:nth-of-type(4) {
  animation: menu3 0.3s ease-in-out forwards;
  -webkit-animation: menu3 0.3s ease-in-out forwards;
  -o-animation: menu3 0.3s ease-in-out forwards;
  -moz-animation: menu3 0.3s ease-in-out forwards;
  animation-delay: .6s;
  -moz-animation-delay: 0.6s;
  /* Firefox */
  -webkit-animation-delay: 0.6s;
  /* Safari 和 Chrome */
}
.daohang .daohang-bot .nav-ul > li:hover .menu3 li:nth-of-type(5) {
  animation: menu3 0.3s ease-in-out forwards;
  -webkit-animation: menu3 0.3s ease-in-out forwards;
  -o-animation: menu3 0.3s ease-in-out forwards;
  -moz-animation: menu3 0.3s ease-in-out forwards;
  animation-delay: .7s;
  -moz-animation-delay: 0.7s;
  /* Firefox */
  -webkit-animation-delay: 0.7s;
  /* Safari 和 Chrome */
}
.daohang .daohang-bot .nav-ul > li:hover .menu3 li:nth-of-type(6) {
  animation: menu3 0.3s ease-in-out forwards;
  -webkit-animation: menu3 0.3s ease-in-out forwards;
  -o-animation: menu3 0.3s ease-in-out forwards;
  -moz-animation: menu3 0.3s ease-in-out forwards;
  animation-delay: .8s;
  -moz-animation-delay: 0.8s;
  /* Firefox */
  -webkit-animation-delay: 0.8s;
  /* Safari 和 Chrome */
}
.daohang .daohang-bot .nav-ul > li:hover .menu3 li:nth-of-type(7) {
  animation: menu3 0.3s ease-in-out forwards;
  -webkit-animation: menu3 0.3s ease-in-out forwards;
  -o-animation: menu3 0.3s ease-in-out forwards;
  -moz-animation: menu3 0.3s ease-in-out forwards;
  animation-delay: .9s;
  -moz-animation-delay: 0.9s;
  /* Firefox */
  -webkit-animation-delay: 0.9s;
  /* Safari 和 Chrome */
}
.daohang.active .daohang-top {
  padding: 10px  0 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.daohang.active .daohang-bot {
  line-height: 45px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.banner-zis {
  top: 23%;
  width: 31%;
  left: 28%;
}
.banner-zis .p1 {
  font-size: 2.8125rem;
  font-weight: bold;
  color: #302f2f;
}
.banner-zis .p2 {
  margin-top: 0px;
  font-size: 1.5rem;
  line-height: 41px;
  color: #302f2f;
}
.banner-zis .more {
  margin-top: 20px;
}
.more a {
  display: inline-block;
  width: 144px;
  height: 49px;
  background-color: #ff8d19;
  box-shadow: 0px 0px 15px 0px rgba(48, 128, 194, 0.35);
  border-radius: 5px;
  text-align: center;
  font-size: .875rem;
  color: #ffffff;
  line-height: 49px;
}
.shu-ul li {
  width: 20%;
  border-right: 1px solid rgba(255, 255, 255, 0.23);
  float: left;
  text-align: center;
  padding: 50px 0;
}
.shu-ul li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.23);
}
.shu-ul li .div1 {
  font-size: 3.5625rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
}
.shu-ul li .div1 sub {
  font-size: 1rem;
}
.shu-ul li .div2 {
  font-size: 1rem;
  color: #ffffff;
  line-height: 40px;
}
.index_shu {
  background: #84ba51;
}
footer {
  background-color: #3d3d3d;
}
footer .foot-top {
  padding: 50px 0;
}
footer .foot-top .foot-le {
  width: 40%;
}
footer .foot-top .foot-mid {
  width: 40%;
}
footer .foot-bot {
  font-size: .9375rem;
  color: #fff;
  line-height: 52px;
  border-top: 2px solid #5d5d5d;
}
footer .p1 {
  font-size: 1rem;
  color: #f8f8f8;
  font-weight: bold;
}
footer .foot-div {
  font-size: .875rem;
  color: #fff;
  line-height: 30px;
  margin-top: 10px;
}
footer .foot-div .foot-ul li {
  width: 50%;
  float: left;
}
footer .foot-div .foot-ul li a {
  color: #fff;
}
footer .foot-div .foot-ul li a:hover {
  color: #84ba51;
}
footer .foot1-ul li {
  margin-bottom: 10px;
}
footer .foot1-ul li span {
  display: inline-block;
  width: 29px;
  height: 29px;
  background-color: #6e6e6e;
  border-radius: 100%;
  margin-right: 10px;
  text-align: center;
  line-height: 29px;
}
footer .foot1-ul li span i {
  color: #ffffff;
}
.ban-zi {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.8125rem;
  width: 100%;
  font-weight: bold;
  color: #ffffff;
}
.ban-position {
  background: #ffffff ;
  height: 51px;
  line-height: 51px;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}
.ban-position .le {
  /* width: 100%; */
  color: #666666;
  font-size: .9375rem;
}
.ban-position .le a {
  color: #666666;
  display: inline-block;
  margin: 0 5px;
}
.ban-position .le a:hover {
  color: #84ba51;
}
.ban-position .le span {
  display: inline-block;
  padding: 0 20px;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin-right: 10px;
}
.ban-position .le span i {
  color: #666666;
}
.ban-position .re {
  width: 60%;
  text-align: right;
}
.ban-position .position-ul {
  display: none;
}
.ban-position .position-ul li {
  margin-right: 30px;
  float: left;
  position: relative;
}
.ban-position .position-ul li a {
  display: block;
  font-size: .9375rem;
  color: #000000;
}
.ban-position .position-ul li::after {
  content: '';
  position: absolute;
  height: 4px;
  background-color: #ff8d19;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.ban-position .position-ul li:hover a,
.ban-position .position-ul li.active a {
  color: #ff8d19;
}
.ban-position .position-ul li:hover::after,
.ban-position .position-ul li.active::after {
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.about-us {
  padding: 50px 0;
  background: #f7f7f7;
}
.about-hd {
  position: relative;
  padding-bottom: 10px;
}
.about-hd .hd-cn {
  font-size: 2rem;
  color: #000000;
  font-weight: bold;
}
.about-hd .hd-en {
  font-size: .9375rem;
  color: #ababab;
  line-height: 30px;
}
.about-hd::after {
  content: '';
  position: absolute;
  width: 37px;
  height: 3px;
  background-color: #ff8d19;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  bottom: 0;
}
.about-div {
  /* margin-top: 50px; */
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 100px ;
}
.about-div .about-top {
  font-size: 1rem;
  line-height: 30px;
  color: #525252;
}
.about-div .about-top .about-imgs {
  padding: 0 10px 0px 0px;
}
.about-div .shu-ul li {
  position: relative;
}
.about-div .shu-ul li .div1 {
  color: #000;
}
.about-div .shu-ul li .div2 {
  color: #000;
}
.about-div .shu-ul li::after {
  position: absolute;
  content: '';
  height: 40px;
  background-color: #000000;
  opacity: .3;
  width: 1px;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.about-div .shu-ul li:last-child::after {
  opacity: 0;
}
.about-gong {
  background: #84ba51;
  padding: 10px 20px 0 20px;
  margin-top: 50px;
}
.about-gong .div1 {
  font-size: .875rem;
  line-height: 30px;
  height: 60px;
  color: #ffffff;
  margin-top: 10px;
}
.about-gong .div1 span {
  font-size: 1.9375rem;
}
.content {
  margin-top: 50px;
}
.content .left {
  width: 25%;
}
.content .left .le-ul {
  background: #ffffff;
  padding: 15px;
  border-top: 9px solid #84ba51;
}
.content .left .le-ul li {
  line-height: 40px;
  font-size: 13px;
  border-bottom: 1px solid #ededed;
}
.content .left .le-ul li.active >a{
  color: #84ba51;

}
.content .left .le-ul li a {
  display: block;
  color: #4d4d4d;
}
.content .left .le-ul li a:hover{
  color: #84ba51;
}
.content .right {
  width: 73%;
}
.content .right .link-div {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 27px;
  font-size: 1rem ;
  line-height: 30px;
}
.content .right .lx-dianha {
  margin-top: 40px;
}
.content .right .lx-dianha .p1 {
  font-size: 1.5625rem;
  line-height: 35px;
  letter-spacing: 5px;
  color: #84ba51;
}
.content .right .lx-dianha .p2 {
  font-size: .875rem;
  line-height: 35px;
  color: #84ba51;
}
.content .right .dianh {
  margin-top: 40px;
  padding-bottom: 50px;
}



.content .right .dianh p a {
  color:#636363;
}




.content .right .dianh .title {
  color: #747474;
  font-weight: bold;
  margin: 10px 0 ;
}
.content .right .dianh .add-div {
  font-size: .9375rem;
  line-height: 33px;
  color: #636363;
}
.case-ul li {
  border-bottom: 1px solid #ececec;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.case-ul li a {
  display: block;
  padding-left: 50px;
  font-size: 1.0625rem;
  line-height: 81px;
  color: #333333;
}
.case-ul li a .case-img {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.case-ul li:hover {
  border-bottom: 1px solid #84ba51;
}
.case-ul li:hover a {
  color: #84ba51;
}
.case-deail {
  /* padding-bottom: 40px; */
}
.case-deail .titles {
  font-size: 1.5rem;
  line-height: 30px;
  color: #84ba51;
  padding-bottom: 20px;
  text-align: center;
}
.case-deail .feng-divq {
  font-size: 1rem;
  line-height: 18px;
  color: #727272;
}
.case-deail .case-content {
  font-size: .9375rem;
  line-height: 28px;
  color: #727272;
  padding: 20px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  margin: 20px 0;
}
.case-deail .shnag-div > div {
  font-size: 1rem;
  color: #727272;
  line-height: 32px;
}
.case-deail .shnag-div > div a {
  color: #727272;
}
.case-deail .shnag-div > div a:hover {
  color: #84ba51;
}
.jie-uls > li > a {
  display: block;
  height: 49px;
  background-color: #84ba51;
  line-height: 49px;
  padding: 0 19px;
  font-size: 1rem;
  color: #ffffff;
}
.jie-uls>li{
  margin-bottom: 10px;
}
.jie-uls>li.active>a{
  background: #ff8d19;
}
.jie-uls>li.active>.eris-ul{
  display: block;
}
.jie-uls > li .eris-ul {
  padding: 10px 16px;
  background: #ffffff;
  display: block;
}

.jie-uls > li .eris-ul > li {
  font-size: 13px;
  border-bottom: 1px solid #ededed;
  line-height: 38px;
  color: #4d4d4d;
  position: relative;
}
.jie-uls > li .eris-ul > li > a {
  display: block;
  color: #4d4d4d;
  padding-right: 30px ;
}
.imgs {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.jie-uls > li .eris-ul > li:last-child {
  border-bottom: none;
}
.jie-uls>li>a{
  position: relative;
}
.jie-uls > li .eris-ul > li:hover > a {
  color: #84ba51;
}
.jie-uls > li .eris-ul > li .yunasi1 {
  cursor: pointer;
  border: 1px solid #9b9b9b;
  margin: auto;
  position: absolute;
  top: 10px;
  right: 0;
  width: 18px;
  height: 18px;
}
.jie-uls > li .eris-ul > li .yunasi1::before {
  width: 1px;
  height: 10px; 
  position: absolute;
  content: "";
  top: 50%;
  left: 50%; 
  background-color:#9b9b9b ;
  transform: translate(-50%,-50%);
} 
.jie-uls > li .eris-ul > li .yunasi1::after {
  width: 10px;
  height: 1px; 
  position: absolute;
  content: "";
  top: 50%;
  left: 50%; 
  transform: translate(-50%,-50%);

  background-color:#9b9b9b ;
}
.jie-uls > li .eris-ul > li .san-ul {
  display: none;
}
.jie-uls > li .eris-ul > li .san-ul > li a {
  display: block;
  border-bottom: 1px #eee solid;
  color: #4d4d4d;
  font-size: 12px;
}
.jie-uls > li .eris-ul > li .san-ul > li a:hover {
  color: #84ba51;
}
.jie-uls > li .eris-ul > li .san-ul > li:last-child a {
  border-bottom: none;
}
.jie-uls > li .eris-ul > li .san-ul > li:first-child a {
  border-top: 1px #eee solid;
}
.jie-uls > li .eris-ul > li.active > a {
  color: #84ba51;
}
.jie-uls > li .eris-ul > li.active > .yunasi1::before {
  display: none;
}
.jie-uls > li .eris-ul > li.active .san-ul {
  display: block;
}
.solution-ul li {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 25px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  cursor: pointer;
}
.solution-ul li .fl {
  width: 37%;
}
.solution-ul li .fl img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.solution-ul li .fr {
  width: 60%;
}
.solution-ul li .fr .sou-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.solution-ul li .fr .sou-title a {
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 30px;
  color: #84ba51;
}
.solution-ul li .fr .sou-yao {
  font-size: .875rem;
  line-height: 24px;
  color: #757575;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 10px 0 20px;
}
.solution-ul li:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.solution-ul li:hover .fl img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.solution-ul li:hover .fr .sou-title {
  border-bottom: 1px solid #84ba51;
}
.solution-ul li:hover .fr .more1 a {
  background: #84ba51;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.more1 a {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  width: 97px;
  height: 30px;
  font-size: 13px;
  color: #ffffff;
  background-color: #ff8d19;
  border-radius: 15px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.more1 a:hover {
  background: #84ba51;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.xia-biaoge thead tr th {
  background-color: #84ba51;
  text-align: center;
  color: #ffffff;
  height: 56px;
  line-height: 56px;
  padding: 0;
  font-size: 1.125rem;
  border: none;
  font-weight: 400;
}
.xia-biaoge tbody tr {
  background-color: #f7f7f7;
  cursor: pointer;
}
.xia-biaoge tbody tr td {
  text-align: center;
  font-size: 1rem;
  padding: 0;
  height: 56px;
  color: #343333;
  line-height: 56px;
  border-bottom: 1px solid #ffffff;
}
.xia-biaoge tbody tr td a {
  color: #343333;
}
.xia-biaoge tbody tr td a:hover {
  color: #84ba51;
}
.xia-biaoge tbody tr:hover {
  background: #ffffff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.zhao-top {
  background-color: #ededed;
  padding: 30px 50px;
}
.zhao-top .zhap-til1 {
  font-size: 1.3125rem;
  line-height: 47px;
  color: #000000;
}
.zhao-top .zhap-til2 {
  font-size: 1.0625rem;
  line-height: 30px;
  color: #7d7d7d;
}
.zhaos-bot {
  margin-top: 30px ;
}
.zhaos-bot .ming {
  width: 25%;
  text-align: left;
  padding-left: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.zhaos-bot .renshu {
  width: 25%;
  text-align: left;
}
.zhaos-bot .xaingqs {
  width: 25%;
  text-align: left;
}
.zhaos-bot .add-dics {
  width: 25%;
  text-align: left;
}
.zhaos-bot .yunasi {
  border-radius: 50%;
  margin: auto;
  position: relative;
  width: 37px;
  height: 37px;
  margin-right: 30px;
}
.zhaos-bot .yunasi::before {
  width: 2px;
  height: 16px;
  background-color: #9b9b9b;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.zhaos-bot .yunasi::after {
  width: 16px;
  height: 2px;
  background-color: #9b9b9b;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.zhaos-bot .zhaopin-ul {
  text-align: center;
  font-size: 1.0625rem;
  line-height: 37px;
  color: #7d7d7d;
}
.zhaos-bot .zhaopin-ul li {
  margin: 10px 0;
}
.zhaos-bot .zhaopin-ul li .ming,
.zhaos-bot .zhaopin-ul li .renshu {
  color: #343434;
  font-size: 1rem;
  line-height: 37px;
}
.zhaos-bot .neirongxian {
  color: #343434;
  font-size: .9375rem;
  line-height: 30px;
}
.zhaos-bot .nin {
  color: #636363;
  font-weight: bold;
}
.zhaos-bot .zhaopin {
  background: #f4f4f4;
}
.zhaos-bot .zhizhe {
  text-align: left;
  display: none;
}
.zhaos-bot .neirongxian {
  padding: 0 0px 30px 0px;
}
.zhaos-bot .zhizhe {
  padding: 30px;
  border: 1px solid #777777;
}
.zhaos-bot .zhaopin-ul li > .clearfix {
  background: #fafafa;
  padding: 10px 0;
}
.zhaos-bot .cos-zs {
  margin: 45px 0 0;
}
.zhaos-bot .hrds-zhao {
  background-color: #84ba51;
  line-height: 57px;
  color: #fff;
  font-size: 1.1875rem;
  text-align: center;
}
.zhaos-bot .sheng-a a {
  font-size: 1rem;
  color: #ff8d19;
}
.zhaos-bot .sheng-a a:hover {
  color: #84ba51;
}
.zhaos-bot .zhaopin-ul li.active > .clearfix {
  background-color: #777777;
}
.zhaos-bot .zhaopin-ul li.active > .clearfix .ming,
.zhaos-bot .zhaopin-ul li.active > .clearfix .renshu,
.zhaos-bot .zhaopin-ul li.active > .clearfix .xaingqs,
.zhaos-bot .zhaopin-ul li.active > .clearfix .add-dics {
  color: #ffffff;
}
.zhaos-bot .zhaopin-ul li.active > .clearfix .yunasi::before {
  background: #ffffff;
  opacity: 0;
}
.zhaos-bot .zhaopin-ul li.active > .clearfix .yunasi::after {
  background: #ffffff;
}
.pro-div-a {
  padding: 0px 10px 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  overflow: hidden;
}
.pro-div-a .pro-div-title {
  margin-top: 20px;
}
.pro-div-a .pro-div-title a {
  display: block;
  font-size: 1rem;
  line-height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 50px;
  text-align: center;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #ffffff;
  background-color: #7f7f7f;
}
.pro-div-a .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-div-a:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-div-a:hover .pro-div {
  left: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-div-a:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.pro-div-a:hover .pro-div-title a {
  background: #84ba51;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-div-a .pro-div {
  padding: 8px;
  width: 100%;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-div-a .pro-div a {
  display: block;
  background-color: rgba(132, 186, 81, 0.8);
  height: 100%;
  padding: 20px;
}
.pro-div-a .pro-div a .til1 {
  font-size: 1.1875rem;
  line-height: 30px;
  font-weight: bold;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.pro-div-a .pro-div a .yya {
  font-size: .875rem;
  line-height: 26px;
  margin: 10px 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  overflow: hidden;
  color: #ffffff;
}
.pro-div-a .pro-div a .more1 span {
  width: 97px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  border-radius: 15px;
  color: #ffffff;
  border: solid 1px #ffffff;
}
.product-details-lunbo .le {
  width: 38%;
}
.product-details-lunbo .le .gallery-top .swiper-slide {
  border: solid 1px #e2e2e2;
 
  overflow: hidden;
  text-align:center;     vertical-align: middle;
}
.product-details-l1 .le .gallery-top .swiper-slide{
  height: 492px;
}
.product-details-lunbo .le .gallery-top .swiper-slide img{
  vertical-align:middle;

}
.product-details-lunbo .re {
  width: 60%;
}
.product-details-lunbo .re .details-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #84ba51;
}
.product-details-lunbo .re .yuan-lai {
  font-size: .9375rem;
  line-height: 30px;
  padding: 5px 0;
  border-bottom: 1px solid #dfdfdf;
  color: #8d8d8d;
}
.product-details-lunbo .re .yuan-lai a {
  color: #8d8d8d;
}
.product-details-lunbo .re .yuan-lai a:hover {
  color: #84ba51;
}
.product-details-lunbo .re .zshasid {
  font-size: .9375rem;
  font-weight: normal;
  line-height: 30px;
  color: #8d8d8d;
  margin: 20px 0 30px;
  text-indent: 30px;


	display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.product-details-lunbo .re .more1 a {
  margin-right: 20px;
}
.product-details-lunbo .re .gallery-thumbs {
  margin-top: 60px;
  padding: 0 50px;
}
.product-details-lunbo .re .gallery-thumbs .swiper-slide {
  border: 1px solid #dfdfdf;
  height: 97px;
overflow: hidden;}
.product-details-lunbo .re .gallery-thumbs .swiper-button-next,
.product-details-lunbo .re .gallery-thumbs .swiper-button-prev {
  background: transparent;
  width: 32px;
  height: 83px;
  background-color: #e2e2e2;
  border: solid 1px #e2e2e2;
  line-height: 83px;
  text-align: center;
  margin-top: 0;
  top: 0;
}
.product-details-lunbo .re .gallery-thumbs .swiper-button-next i,
.product-details-lunbo .re .gallery-thumbs .swiper-button-prev i {
  font-size: 1.25rem;
  font-weight: bold;
  color: #9b9b9b;
}
.product-details {
  padding: 70px 0 70px;
}
.product-details .product-ul {
  margin-top: 60px;

  /* Opera */
}
.product-details .product-ul.active{
  position: fixed;
  z-index: 2;
  width: 1300px;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);


}


.product-details .product-ul li {
  float: left;
  cursor: pointer;
  height: 57px;
  line-height: 57px;
  background-color: #eaeaea;
  width: 20%;
  text-align: center;
  font-size: 1rem;
  color: #000000;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.product-details .product-ul li:hover,
.product-details .product-ul li.active {
  background: #84ba51;
  color: #ffffff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.product-details .product-content {
  font-size: 1rem;
  line-height: 30px;
  color: #5d5d5d;
  padding: 30px 0;
}
.product-details .product-content strong {

  font-size: 1.0625rem;
  font-weight: bold;
}
.product-details .product-content .div-pro {
  display: none;
  font-size: 1rem;
  line-height: 30px;
  color: #5d5d5d;
}
.related-products {
  background-color: #f9f9f9;
  padding: 60px 0 70px;
}
.related-products .related-products-lunbo {
  margin-top: 20px;
}
.related-products .related-products-lunbo .swiper-container {
  padding: 20px 0;
}
.related-title {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 30px;
  color: #000000;
}
.inquiry {
  padding: 57px 0;
}
.inquiry .inquiry-liu {
  margin-top: 30px;
}
.inquiry .inquiry-liu .liu-uls li {
  float: left;
  margin-bottom: 15px;
  width: 47%;
}
.inquiry .inquiry-liu .liu-uls li:nth-child(even) {
  float: right;
}
.inquiry .inquiry-liu .liu-uls li input {
  width: 100%;
  border: 1px solid #b6b6b6;
  height: 44px;
  border-radius: 5px;
  padding-left: 50px;
}
.inquiry .inquiry-liu .liu-uls li textarea {
  width: 100%;
  border: 1px solid #b6b6b6;
  padding-left: 50px;
  height: 160px;
  resize: none;
  padding-top: 12px;
}
.inquiry .inquiry-liu .liu-uls li .liu-img {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  padding: 0 10px;
  border-right: 1px solid #b6b6b6;
}
.inquiry .inquiry-liu .liu-uls li .liu-img i {
  color: #b6b6b6;
  font-size: 1.25rem;
}
.inquiry .inquiry-liu .liu-uls li:nth-child(5),
.inquiry .inquiry-liu .liu-uls li:nth-child(6) {
  width: 100%;
}
.inquiry .inquiry-liu .liu-uls li:nth-child(6) .liu-img {
  top: 25px;
}
.inquiry .inquiry-liu .liu-uls li:nth-child(7) {
  float: left;
}
.inquiry .inquiry-liu .liu-uls li:nth-child(7) input {
  padding-right: 50px;
}
.inquiry .inquiry-liu .liu-uls li:nth-child(3) .liu-img2 button{
  background: transparent;
  border: transparent;
  color: #b6b6b6;
}
.inquiry .inquiry-liu .liu-uls li:nth-child(3) .liu-img2,
.inquiry .inquiry-liu .liu-uls li:nth-child(7) .liu-img2 {
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inquiry .inquiry-liu .liu-uls li:nth-child(3) .liu-img2 #btnSendCode1{
  width: 100%;
  border: transparent;
}
.inquiry .inquiry-liu .liu-uls li:nth-child(8) {
  float: right;
  text-align: right;
}
.inquiry .inquiry-liu .liu-uls li:nth-child(8) button {
  width: 210px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  background: #84ba51;
  border-radius: 5px;
  border: none;
}
.fanhui a {
  display: inline-block;
  width: 84px;
  border-radius: 100%;
  height: 84px;
  border: solid 2px #ff8d19;
  line-height: 80px;
  text-align: center;
  color: #ff8d19;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.fanhui a i {
  font-size: 1.875rem;
}
.fanhui a:hover {
  background: #ff8d19;
  color: #ffffff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index_about {
  background: url(../img/19.jpg) no-repeat;
  background-size: cover;
  padding: 90px 0 106px;
}
.index_about .about-hd .hd-cn,
.index_about .about-hd .hd-en {
  color: #ffffff;
}
.index_about .index_about_yaso {
  font-size: 1rem;
  line-height: 32px;
  color: #ffffff;
  padding: 30px 0;
}
.more2 a {
  width: 111px;
  display: inline-block;
  height: 39px;
  line-height: 39px;
  text-align: center;
  font-size: .875rem;
  color: #ffffff;
  border: solid 1px #ffffff;
}
.more2 a:hover {
  background: #84ba51;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.lou-div {
  margin-top: 30px;
}
.lou-div .col-sm-4 {
  text-align: center;
}
.lou-div .col-sm-4 .overh {
  display: inline-block;
  width: 113px;
  height: 113px;
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.15);
  line-height: 113px;
  cursor: pointer;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.lou-div .col-sm-4 .overh i {
  font-size: 60px;
  font-weight: lighter;
}
.lou-div .col-sm-4 .overh:hover {
  background: #ff8d19;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.lou-div .col-sm-4 .overh:hover i {
  color: #ffffff;
}
.lou-div .col-sm-4 .lou-title {
  font-size: 1rem;
  line-height: 32px;
  color: #ffffff;
}
.index_about_lunbo {
  margin-top: 40px;
}
.index_about_lunbo .swiper-button-next {
  width: 42px;
  height: 42px;
  background: url(../img/22.jpg) no-repeat;
  background-size: cover;
  right: -20px;
}
.index_about_lunbo .swiper-button-prev {
  width: 42px;
  height: 42px;
  background: url(../img/21.jpg) no-repeat;
  left: -20px;
}
.index_news {
  background-color: #efefef;
  padding: 90px 0 120px;
}
.index_news .index_news_content {
  margin-top: 40px;
}
.index_news .index_news_content .news_conten_top .fl {
  font-size: 1.625rem;
  line-height: 33px;
  color: #000000;
}
.index_news .index_news_content .news_conten_top .fr {
  font-size: .875rem;
  line-height: 33px;
  color: #000000;
}
.index_news .index_news_content .news_conten_top .fr:hover {
  color: #84ba51;
}
.index_news .index_news_content .hang-div {
  margin-top: 15px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.news_content_lunbo .page-div {
  width: 60px;
  right: 0;
  top: auto;
  bottom: 6%;
}
.news_content_lunbo .page-div .swiper-button-next,
.news_content_lunbo .page-div .swiper-button-prev {
  background: transparent;
  width: 20px;
  height: auto;
  margin-top: 0;
  float: left;
  position: relative;
}
.news_content_lunbo .page-div .swiper-button-next i,
.news_content_lunbo .page-div .swiper-button-prev i {
  font-size: 1.25rem;
}
.news_content_lunbo .page-div .swiper-button-next {
  right: 0;
}
.news_content_lunbo .page-div .swiper-button-prev {
  left: 0;
}
.news_content_lunbo .swiper-slide {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.news_content_lunbo .gong-title {
  font-size: 1.1875rem;
  padding: 0 50px;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 80px;
}
.news_content_lunbo .gong-title a {
  color: #000000;
}
.index-hang-ul {
  padding: 0 20px;
}
.index-hang-ul li {
  padding: 16px 0;
  border-bottom: 1px solid #d3d3d3;
}
.index-hang-ul li:last-child {
  border-bottom: none;
}
.index-hang-ul li .hangs-type span {
  height: 28px;
  background-color: #ff8d19;
  display: inline-block;
  padding: 0 10px;
  font-size: .875rem;
  color: #ffffff;
  line-height: 28px;
}
.index-hang-ul li .tile {
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 5px;
}
.index-hang-ul li .tile a {
  font-size: 1.1875rem;
  color: #2a2a2a;
}
.index-hang-ul li .data {
  font-size: .875rem;
  color: #797979;
}
.index-hang-ul li:hover .tile a {
  color: #84ba51;
}
.hang-img li {
  display: none;
}
.hang-zis {
  padding: 28px 0;
}
.hang-zis li {
  position: relative;
  padding: 0  30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 35px;
}
.hang-zis li .sp-yuan {
  width: 6px;
  height: 6px;
  background-color: #8f8f8f;
  border-radius: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 20px;
}
.hang-zis li a {
  font-size: 1rem;
  color: #727272;
}
.hang-zis li.active .sp-yuan {
  background-color: #ff8d19;
}
.hang-zis li.active a {
  color: #ff8d19;
  text-decoration: underline;
}
.index-case {
  padding: 103px 0 70px;
}
.index-case .index-case-div .left {
  width: 77%;
}
.index-case .index-case-div .right {
  width: 20%;
}
.index-case .index-case-div .right .index-case-ul li {
  background-color: #e6e6e6;
  height: 61px;
  line-height: 61px;
  color: #000000;
  font-size: 1.3125rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-case .index-case-div .right .index-case-ul li span {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-color: #b2b2b2;
  border-radius: 11px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  margin-right: 20px;
}

.index-case .index-case-div .right .index-case-ul li span i {
  font-size: 12px;
}
.index-case .index-case-div .right .index-case-ul li a {
  display: block;
  color: #000000;
  padding: 0 50px 0 25px;
}
.index-case .index-case-div .right .index-case-ul li:nth-child(even) {
  background-color: #f3f3f3;
}
.index-case .index-case-div .right .index-case-ul li:hover,.index-case .index-case-div .right .index-case-ul li.active {
  background-color: #ff8d19;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-case .index-case-div .right .index-case-ul li:hover a ,.index-case .index-case-div .right .index-case-ul li.active a{
  color: #ffffff;
}
.index-case .index-case-div .right .index-case-ul li:hover a span,.index-case .index-case-div .right .index-case-ul li.active a span {
  background: #ffffff;
}
.index-case .index-case-div .right .index-case-ul li:hover a span i ,.index-case .index-case-div .right .index-case-ul li.active a span i{
  color: #4c4c4c;
}
.index-case-div {
  margin-top: 40px;
}
.index-case-lunbo .right_div {
  width: 64%;
}
.index-case-lunbo .left-div {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 36%;
  background-color: #84ba51;
  padding: 50px 35px;
}
.index-case-lunbo .left-div .title {
  line-height: 33px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-case-lunbo .left-div .title a {
  font-size: 1.625rem;
  color: #ffffff;
}
.index-case-lunbo .left-div .div1 {
  font-size: 1rem;
  line-height: 33px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin: 19px 0 20px;
  text-align: justify;
}
.index-case-lunbo .page-div {
  width: 64%;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
.index-case-lunbo .page-div .swiper-button-prev,
.index-case-lunbo .page-div .swiper-button-next {
  background: transparent;
  width: auto;
}
.index-case-lunbo .page-div .swiper-button-next {
  right: 0;
}
.index-case-lunbo .page-div .swiper-button-prev {
  left: 0;
}
.lunbo-cooperation {
  margin-top: 28px;
}
.lunbo-cooperation .swiper-slide {
  border: solid 1px #efefef;
  cursor: pointer;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.lunbo-cooperation .swiper-slide:hover {
  background-color: #ffffff;
  box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.15);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.lunbo-cooperation .swiper-container {
  padding: 30px 0;
}
.index_div3_fl1 {
  width: 25.58%;
  background-color: #888888;
  text-align: center;
}
.index_div3_title {
  font-size: 2rem;
  line-height: 50px;
  color: #ffffff;
}
.index_div3_fl1 .yingwen_title {
  color: #ffffff;
}
.index_div3_fl1 .iconfont {
  color: #fff;
  font-size: 5rem;
  line-height: 1;
}
.index_div3_fl1 .icon-l-arrow-right-s {
  font-size: 2rem;
}
.index_div3_fl2 {
  width: 74.42%;
}
.index_div3_fl_top.active {
  background-color: #84ba51;
}
.index_div3_fl_top.active::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-right: 20px solid #ebebeb;
  border-bottom: 20px solid transparent;
}
.index_div3_ul > li {
  width: 23.3333%;
  margin: .5%;
  float: left;
  box-shadow: 3px 3px 13px #e4e4e4;
  border: 2px solid #fff;
}
.index_div3_ul > li a:nth-child(2) {
  font-size: 1rem;
  line-height: 45px;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  display: block;
  text-align: center;
}
.index_div3_ul {
  display: none;
}
.index_div3_ul.active {
  display: block;
}
.index_div3_ul li:nth-child(4n+1) {
  margin-left: 0;
}
.index_div3_ul li:hover img {
  transform: scale(1.1);
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}
.index_div3_ul li img {
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}
.index_div3_fl2 {
  padding: 26px 55px 18px;
  border: 1px solid #eee;
}
.index_div3_fl_top {
  padding: 80px 0;
  display: block;
}
.index_div3_fl_top div:nth-child(1) {
  margin-bottom: 20px;
}
.index_div3_fl_top div img {
  width: 20%;
}
.index_div3 {
  padding: 90px 0 0;
}
.index_pro_sum {
  background-color: #efefef;
  margin-top: 49px;
}
.index_div3_ul li {
  position: relative;
}
.index_div3_ul .hover-a {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #84ba51;
  text-align: center;
  color: #fff;
  padding: 35px 0;
  font-size: 1.125rem;
}
.index_div3_ul .hover-a .typename-ul {
  font-size: .9375rem;
  color: #fff;
  line-height: 33px;
}
.index_div3_ul .hover-a .typename-ul li a {
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.index_div3_ul .hover-a .more2 {
  margin-top: 14px;
}
.index_div3_ul .hover-a .more2 a {
  border-radius: 20px;
  width: 97px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}
.index_div3_ul > li {
  overflow: hidden;
  background: #fff;
}
.index_div3_ul > li .hover-a  .typename a{
  color: #fff;

}
.index_div3_ul > li .hover-a {
  left: -100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index_div3_ul > li:hover .hover-a {
  left: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index_cloud {
  background-color: #efefef;
  padding: 200px 0 150px;
}
.index_cloud .index_cloud_div .left {
  width: 60%;
}
.index_cloud .index_cloud_div .left .cloud_yaun {
  width: 482px;
  height: 482px;
  border: solid 5px #d1d1d1;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
}
.index_cloud .index_cloud_div .left .cloud_yaun .cloud_xiao {
  width: 295px;
  height: 295px;
  border-radius: 100%;
  background-color: #2e6dc3;
  padding-top: 21%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  position: absolute;
}
.index_cloud .index_cloud_div .left .cloud_yaun .cloud_xiao .p1 {
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.index_cloud .index_cloud_div .left .cloud_yaun .cloud_xiao .p2 {
  font-size: .9375rem;
  color: #ffffff;
  letter-spacing: 8px;
  margin-top: 10px;
  text-align: center;
}
.index_cloud .index_cloud_div .right {
  width: 38%;
}
.index_cloud .index_cloud_div .right .index_cloud_title {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 15px;
  line-height: 33px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #000000;
}
.index_cloud .index_cloud_div .right .index_cloud_title a {
  color: #000000;
}
.index_cloud .index_cloud_div .right .index_cloud_yya {
  font-size: 1rem;
  margin-top: 15px;
  line-height: 33px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #6e6e6e;
}
.index_cloud .index_cloud_div .right .more2 {
  margin-top: 35px;
}
.index_cloud .index_cloud_div .right .more2 a {
  border: solid 1px #000000;
  color: #000;
}
.clouds-d-ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.clouds-d-ul li {
  position: absolute;
  text-align: center;
}

.clouds-d-ul li .titlq {
  font-size: .9rem;
  line-height: 33px;
  color: #000000;
  text-align: center;
}.clouds-d-ul li:hover .titlq {
  color:#ff8d19 ;
}
.clouds-d-ul li .big-box {
  width: 112px;
  height: 112px;
  padding: 4px;
  text-align: center;
  border-radius: 100%;
  border: 1px dashed #d1d1d1;
}
.clouds-d-ul li .big-box span {
  display: block;
  width: 102px;
  height: 102px;
  line-height: 102px;
  border-radius: 100%;
}
.clouds-d-ul li .big-box span i {
  font-size: 2.5rem;
  color: #fff;
}
.clouds-d-ul li .titlq {
  position: absolute;
  width: 190px ;
}
.clouds-d-ul li:nth-child(1) {
  top: -13%;
  left: 40%;
}
.clouds-d-ul li:nth-child(1) .titlq {
  left: -30%;
  top: -30px;
}
.clouds-d-ul li:nth-child(1) .big-box span {
  background: #a9cd37;
}
.clouds-d-ul li:nth-child(2) {
  top: 2%;
  right: 3%;
}
.clouds-d-ul li:nth-child(2) .titlq {
  left: 70%;
  top: 0px;
}
.clouds-d-ul li:nth-child(2) .big-box span {
  background-color: #ffb437;
}
.clouds-d-ul li:nth-child(3) {
  top: 38%;
  right: -13%;
}
.clouds-d-ul li:nth-child(3) .titlq {
  left: 70%;
  top: 0px;
}
.clouds-d-ul li:nth-child(3) .big-box span {
  background-color: #68c8db;
}
.clouds-d-ul li:nth-child(4) {
  bottom: 0%;
  right: 5%;
}
.clouds-d-ul li:nth-child(4) .titlq {
  left: 90%;
  top: 0px;
}
.clouds-d-ul li:nth-child(4) .big-box span {
  background-color: #79c39e;
}
.clouds-d-ul li:nth-child(5) {
  bottom: -13%;
  right: 41%;
}
.clouds-d-ul li:nth-child(5) .titlq {
  left: -33%;
  bottom: -40px;
}
.clouds-d-ul li:nth-child(5) .big-box span {
  background-color: #84ba51;
}
.clouds-d-ul li:nth-child(6) {
  bottom: 1%;
  left: 0%;
}
.clouds-d-ul li:nth-child(6) .titlq {
  left: -126%;
  top: -30px;
}
.clouds-d-ul li:nth-child(6) .big-box span {
  background-color: #8bcc4c;
}
.clouds-d-ul li:nth-child(7) {
  top: 38%;
  left: -12%;
}
.clouds-d-ul li:nth-child(7) .titlq {
  left: -126%;
  top: -30px;
}
.clouds-d-ul li:nth-child(7) .big-box span {
  background-color: #79c39f;
}
.clouds-d-ul li:nth-child(8) {
  top: 1%;
  left: 0%;
}
.clouds-d-ul li:nth-child(8) .titlq {
  left: -100%;
  top: -30px;
}
.clouds-d-ul li:nth-child(8) .big-box span {
  background-color: #68c7d9;
}
.index_cloud_ul li {
  display: none;
}
.index_research {
  padding: 80px 0 0;
}
.index_research-lunbo {
  margin-top: 49px;
  position: relative;
}
.index_research-lunbo .gallery-top .swiper-slide > .fl {
  width: 51.1%;
}
.index_research-lunbo .gallery-top .swiper-slide .fr {
  width: 48.9%;
  position: relative;
}
.index_research-lunbo .gallery-top .swiper-slide .fr::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, transparent 30%, #84ba51 90%);
}
.index_research-lunbo .gallery-thumbs_lunbo {
  width: 45%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  right: 20%;
}
.index_research-lunbo .gallery-thumbs_lunbo .swiper-button-next,
.index_research-lunbo .gallery-thumbs_lunbo .swiper-button-prev {
  width: 63px;
  height: 63px;
  background: transparent;
  background-color: #84ba51;
  text-align: center;
  line-height: 63px;
}
.index_research-lunbo .gallery-thumbs_lunbo .swiper-button-next i,
.index_research-lunbo .gallery-thumbs_lunbo .swiper-button-prev i {
  font-size: 1.25rem;
  color: #fff;
}
.index_research-lunbo .gallery-thumbs_lunbo .swiper-button-prev {
  top: 30%;
  left: -30px;
}
.index_research-lunbo .gallery-thumbs_lunbo .swiper-button-next {
  right: auto;
  top: 50%;
  left: -30px;
}
.index_research-lunbo .gallery-thumbs {
  height: 430px;
  background-color: #ffffff;
  padding: 0 33px 0  103px;
}
.index_research-lunbo .gallery-thumbs .swiper-slide {
  padding: 15px 110px;
  border-bottom: 1px solid #e5e5e5;
}
.index_research-lunbo .gallery-thumbs .swiper-slide .hao {
  font-size: 5rem;
  line-height: 1;
  color: #e0e0e0;
  left: 0;
  font-weight: bold;
}
.index_research-lunbo .gallery-thumbs .swiper-slide .yan-title {
  font-size: 1.125rem;
  line-height: 35px;
  color: #5d5d5d;
}
.index_research-lunbo .gallery-thumbs .swiper-slide .yan-title a {
  color: #5d5d5d;
}
.title-ma {
  margin-top: 10px;
  color: #fff;
}
.sel-divss {
  margin-left: 50px;
}
.sel-divss select {
  background: transparent;
  border: none;
  color: #fff;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #eeee;
}
.sel-divss .gou-div {
  margin-top: 10px;
}
.sel-divss .gou-div a {
  display: block;
  font-size: .9375rem;
  color: #ffffff;
}
.sel-divss .gou-div a span {
  display: inline-block;
  width: 33px;
  height: 33px;
  border: solid 1px #ffffff;
  line-height: 33px;
  margin-right: 10px;
  text-align: center;
  border-radius: 100%;
}
.sel-divss .gou-div a span i {
  color: #fff;
}
/* 右侧悬浮 */
.rightfix {
  position: fixed;
  top: 50%;
  left: 0px;
  width: 80px;
  border-right: none;
  transform: translateY(-50%);
  z-index: 999;
}
.fix_ul li {
  text-align: center;
  float: none;
  position: relative;
  width: 80px;
  cursor: pointer;
  line-height: 19px;
  padding: 15px 5px;
  background: #84ba51;
  margin-bottom: 0px;
  border-bottom: 1px solid #dee2e7;
}
.fix_ul li i {
  font-size: 25px;
  color: #FFf;
  font-weight: lighter;
}
.fix_ul li p {
  color: #FFf;
}
.fix_ul li a {
  color: #FFf;
}
.fix_ul li:last-child {
  border-bottom: none;
}
.fix_ul li:hover {
  background: #84ba51;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.right_div1 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  min-width: 180px;
  min-height: 62px;
  -o-transform: scale(0);
  position: absolute;
  color: #fff;
  left: 80px;
  top: 0px;
  opacity: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: #84ba51;
  padding: 20px 20px;
  line-height: 1.875rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.fix_ul li:hover a {
  color: #fff;
}
.fix_ul li:hover .right_div1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  right: 80px;
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.fix_ul li:hover {
  background: #84ba51;
}
.fix_ul li:hover i {
  color: #fff;
}
.mobile-foot {
  display: none;
  background: #84ba51;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
}
.mobile-foot .containers {
  padding: 0;
}
.mobile-foot a i {
  font-size: 25px;
}
.mobile-foot a {
  color: #fff;
  line-height: 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0.25rem;
  text-align: center;
  width: 25%;
  font-size:1rem;
  float: left;
  padding: 1.2rem 0;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.mobile-foot a:last-child {
  border-right: none;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}.mobile-foot a p{
  margin-top: 5px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.phone {
  box-shadow: 0rem 0rem 0.3125rem rgba(200, 203, 204, 0.5);
  display: none;
  top: 0;
  position: fixed;
  background: #fff;
  z-index: 999;
  width: 100%;
  padding: 0 15px ;
}
#wrapper {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.phone .index_a {
  width: 102px;
  margin-top: 0rem;
  line-height: 4.375rem;
}
.sidebar-menu.is-active + #wrapper {
  transform: translateX(-500px);
}
.color_dao i {
  display: inline-block;
  font-size: 2rem;
  color: #84ba51;
  line-height: 4.375rem;
}
.sidebar-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.4);
  transition: right 0.5s;
  z-index: 99999;
}
.sidebar-menu.is-active {
  display: block;
  transition: right 0.5s;
}
.sidebar-menu__header {
  background: #84ba51;
  z-index: auto;
  position: relative;
  float: right;
  font-size: 1.3rem;
  display: block;
  padding: 0.9375rem 1.5625rem;
  height: 100%;
  width: 80%;
  color: #fff;
}
.sidebar-menu__title {
  color: #ccc;
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: uppercase;
}
.sidebar-menu__title > i {
  display: inline-block;
  float: right;
  font-size: 1.75rem;
  line-height: inherit;
}
.sidebar-menu__title:active,
.sidebar-menu__title:focus,
.sidebar-menu__title:hover {
  color: #fff;
  text-decoration: none;
}
.sidebar-menu__title::first-letter {
  text-transform: uppercase;
}
.sidebar-menu__title::before {
  content: "\e907";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  margin-top: -0.625rem;
  color: #fff;
  font-size: 1.25rem;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "liga" 1;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  all: unset;
}
.sidebar-menu__list {
  position: fixed;
  top: 4rem;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 80%;
  list-style: none;
  background-color: #fff;
  transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.search_submenu.is-active {
  width: 100%;
}
.sidebar-menu__item {
  padding: 0;
  width: 100%;
  border-bottom: 0.0625rem solid #eeeeee;
}
.colos {
  line-height: 4.375rem;
}
.sidebar-menu__item:first-child {
  border-top: 0;
}
.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
  background-color: #7bad4d !important;
}
.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
  color: #fff !important;
}
.sidebar-menu__item:hover {
  background-color: #fff;
  cursor: pointer;
}
.sidebar-menu__item:hover > .sidebar-menu__link {
  color: #6e6e6e;
}
.phone_i {
  display: inline-block;
  line-height: 3.75rem;
  padding: 0 0.9375rem;
}
.sidebar-menu__item:hover > .sidebar-menu__link .glyphicon-menu-right {
  color: #6e6e6e;
}
.sidebar-menu__item .sidebar-menu__list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translateX(500px);
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__item .sidebar-menu__list.is-active {
  transform: translateX(0);
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
  z-index: 2;
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 3;
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 4;
}
.sidebar-menu__link {
  display: block;
  padding: 1rem 1.5625rem;
  color: #828282;
  font-size: 1.3rem;
  font-weight: 400;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__link::first-letter {
  text-transform: uppercase;
}
.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
  text-decoration: none;
}
.sidebar-menu__link span.glyphicon-menu-left {
  float: left;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.25rem;
  margin-right: 0.25rem;
}
.sidebar-menu__link .glyphicon-menu-right {
  color: #bababa;
  float: right;
}
.searchbox {
  padding: 1rem 0;
  box-shadow: 0 0 5px 0 #cfcfcf;
  background: #fff;
  position: fixed;
  display: none;
  left: 0;
  width: 100%;
  right: 0;
  top: 155px;
  border-top: 0.125rem solid #84ba51;
  text-align: center;
  z-index: 999999;
}
.searchbox.active {
  top: 105px;
}
.searchs {
  max-width: 37.5rem;
  margin: 0 auto;
}
.searchs .sertext {
  display: block;
  padding: 0;
  outline: 0;
  padding-left: 0.75rem;
  width: 78%;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: 0.75rem;
  height: 3.25rem;
  line-height: 3.25rem;
  transition: 0.4s;
}
.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  width: 22%;
  float: right;
  height: 3.25rem;
  text-align: center;
  line-height: 3.25rem;
  background: #84ba51;
  color: #fff;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: 0.44s;
}
.ds {
  cursor: pointer;
}
.rong-div {
  margin-top: 30px;
}
.rong-div .rong-title {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 10px;
}
.rong-div .col-sm-3 {
  margin-bottom: 30px;
}
 
.pro-contennt >.row {
padding-left: 300px;
}
.tms{
  width: 25px;

}
.tms1{
  width: 20px;
  display: inline-block;
  position: relative;
  top: -6px;
  margin: 0 2px;
}

.right .title {
  font-size: 1.375rem;
  margin-bottom: 20px;
  color: #84ba51;
}
.table_gywh { 
  font-size: 1rem; 
  height: 56px;
  color: #343333;
  line-height: 56px; 
}
.table_gywh tr td {
  padding-left: 20px;
}
.table_gywh thead {
  background: #BFBFBF;
  font-weight: 600;
  color: #000;
}
.list_gywh tr td:nth-child(1) {
  width: 15%;
}
.list_gywh tr td:nth-child(2) {
  width: 85%;
}
.table_gywh tr td a {
  color: #000;
}
.table_gywh tr td:nth-child(3) {
  padding-left: 0;
  text-align: center;
}
.table_gywh tr:hover  {
background: #84ba51;
}
.table_gywh tr:hover td,
.table_gywh tr:hover td a {
  color: #fff;
}
.article_image_table .liu-uls li:nth-child(odd){
  width: 47%!important;
  float: left!important;
}
.article_image_table .liu-uls li:nth-child(even){
  width: 47%!important;
  float: right!important;
} 
.article_image_table .liu-uls li:last-child button {
  float: left!important;
}

/* 发展历程 */
.course-box {
  padding-top: 100px;
  height: 780px;
  background: url(../img/s9.jpg) no-repeat center center;
  background-size: cover;
}
.course-box > h3 {
  margin-bottom: 25px;
  color: #000000;
  text-align: center;
  letter-spacing: 4px;
  font-size: 2.1875rem;
  font-family: sans-serif;
}
.course-box > .line {
  display: block;
  margin: 0 auto;
  width: 28px;
  height: 4px;
  background-color: #84ba51;
}
.course-box > p {
  margin-top: 30px;
  color: #ccc;
  text-align: center;
  letter-spacing: 16px;
  font-size: 14px;
}
.even-box {
  position: relative;
  padding-top: 90px;
  height: 440px;
}
.event-list {
  margin-bottom: 50px;
  padding-top: 100px;
  height: 200px;
}
.event-list ul {
  position: relative;
  margin-left: 50%;
  height: 1px;
  background-color: #999;
  -webkit-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.event-list ul li {
  position: absolute;
  width: 140px;
  height: 100px;
  color: #4c4c4c;
  text-align: center;
  font-size: 3.75rem;
}
.event-list ul li .year {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  letter-spacing: 3px;
  font-family: number;
  cursor: pointer;
}

.event-list ul li.on .year {
  color: #84ba51;
  text-shadow: 0 6px 16px rgba(132, 186, 81,.4);;
}
.event-list ul li .dian {
  position: absolute;
  left: 50%;
  z-index: 3;
  display: block;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px #bbb;
  box-shadow: 0 0 8px #bbb;
}
.event-list ul li .dian i {
  display: block;
  margin: 5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #4d4d4d;
}
.event-list ul li.on .dian i {
  background-color: #84ba51;
}
.event-list ul li .text_overflow {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 1rem;
  cursor: pointer;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.event-list ul li::before {
  position: absolute;
  left: 50%;
  z-index: 2;
  display: block;
  width: 400px;
  height: 1px;
  background-color: #84ba51;
  -webkit-box-shadow: 0 0 1px #84ba51;
  box-shadow: 0 0 1px #84ba51;
  content: '';
  opacity: 0;
}
@media screen and (max-width: 1500px) {
  .event-list ul li::before {
    width: 300px;
  }
}
.event-list ul li:last-child::before {
  right: 50%;
  left: auto;
}
.event-list ul li.on::before {
  opacity: 1;
}
.event-list ul li:nth-child(even) {
  top: -100px;
}
.event-list ul li:nth-child(odd) {
  bottom: -100px;
}
.event-list ul li:nth-child(even) .text_overflow{
  bottom: -70px;
}
.event-list ul li:nth-child(odd) .text_overflow{
  top: -70px;
}
.event-list ul li:nth-child(even) .year {
  top: 0;
}
.event-list ul li:nth-child(odd) .year {
  bottom: 0;
}
.event-list ul li:nth-child(even) .dian {
  bottom: -10px;
}
.event-list ul li:nth-child(odd) .dian {
  top: -10px;
}
.event-list ul li:nth-child(even)::before {
  bottom: -1px;
}
.event-list ul li:nth-child(odd)::before {
  top: 0;
}
.even-box .page,
.hxt-box .page,
.object-photo-box .page {
  position: relative;
  left: 50%;
  margin-left: -228px;
  width: 340px;
  height: 55px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 55px;
}
.even-box .page div,
.hxt-box .page div,
.object-photo-box .page div {
  float: left;
  width: 50%;
  letter-spacing: 5px;
  font-family: sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.even-box .page .prev,
.hxt-box .page .prev,
.object-photo-box .page .prev {
  background-color: #c5c5c5;
  color: rgba(255, 255, 255, 0.7);
  font-family: number;
}
.even-box .page .next,
.hxt-box .page .next,
.object-photo-box .page .next {
  background-color: #84ba51;
  color: rgba(255, 255, 255, 0.7);
  font-family: number;
}
i.icon-jiantou,
i.icon-jiantou-copy {
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.even-box .page .next:hover i,
.hxt-box .page .next:hover i,
.object-photo-box .page .next:hover i {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -ms-transform: translateX(30px);
}
.even-box .page .next:hover,
.hxt-box .page .next:hover,
.object-photo-box .page .next:hover {
  color: #fff;
}
.even-box .page .prev:hover,
.hxt-box .page .prev:hover,
.object-photo-box .page .prev:hover {
  color: #fff;
}
.even-box .page .prev:hover i,
.hxt-box .page .prev:hover i,
.object-photo-box .page .prev:hover i {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -ms-transform: translateX(-30px);
}
.even-box .show-box {
  position: absolute;
  right: 50%;
  bottom: 40px;
  overflow: hidden;
  margin-right: 230px;
  width: 420px;
  height: 430px;
  background-color: #fff;
  -webkit-box-shadow: 0PX 20px 70px #C5C5C5;
  box-shadow: 0PX 20px 70px #C5C5C5;
}
.show-box ul {
  height: 360px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.show-box li {
  float: left;
  padding: 10px;
  width: 420px;
  height: 100%;
}
.show-box li .pic {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  /*height:186px;*/
}
.show-box li .p1 {
  text-align: center;
}
.even-box-lunbo{
  display: none;
}
@media (max-width: 1440px) {
	
 
	.erdiv li {
    line-height: 25px;
    float: left;
    padding: 0 5px;
    width: 20%;
    font-size: 12px;
}
	.pro-contennt >.row {
    padding-left: 200px;
}
  .index-body {
    padding-top: 82px;
}.product-details-l1 .le .gallery-top .swiper-slide{
  height: 443px;
}
.product-details-l1 .re .gallery-thumbs .swiper-slide{
  height: 84px;
}
  .sel-divss {
    margin-left: 23px;
  }
  html {
    font-size: 14px;
  }
  .index_research-lunbo .gallery-thumbs_lunbo {
    width: 47%;
    right: 10%;
  }
  .banner-zis .p1 {
    font-size: 2rem;
  }
  .banner-zis .p2 {
    margin-top: 0px;
    font-size: 1.5rem;
    line-height: 41px;
  }
  .banner-zis .p2 {
    font-size: 1.2rem;
    line-height: 32px;
  }
  .more a {
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 12px;
  }
  .index_research-lunbo .gallery-thumbs .swiper-slide .hao {
    font-size: 3rem;
  }
  .index_research-lunbo .gallery-thumbs .swiper-slide .yan-title {
    font-size: 1.125rem;
    line-height: 24px;
  }
  .index_research-lunbo .gallery-thumbs {
    height: 230px;
  }
  .index_div3_fl_top {
    padding: 42px 0;
  }
  .index_research-lunbo .gallery-thumbs .swiper-slide {
    padding: 15px 48px;
  }
  .daohang .daohang-top .hotline-ul li {
    margin-right: 11px;
  }
  .daohang .daohang-top .hotline-ul li:nth-child(1){
    display: none;
  }
  .product-details {
    padding: 50px 0 50px;
  }
  .product-details-lunbo .re .details-title {
    font-size: 1.8rem;
  }
  .product-details-lunbo .re .gallery-thumbs {
    margin-top: 10px;
  }
  .product-details-lunbo .re .gallery-thumbs .swiper-button-next,
  .product-details-lunbo .re .gallery-thumbs .swiper-button-prev {
    height: 57px;
    line-height: 57px;
  }
  .index_research-lunbo .gallery-thumbs {
    padding: 0 33px 0 63px;
  }
  .index_research-lunbo .gallery-thumbs_lunbo .swiper-button-next {
    top: 59%;
  }
  .index-case .index-case-div .right .index-case-ul li a {
    padding: 0 35px 0 25px;
  }
  .index-case .index-case-div .right .index-case-ul li {
    height: 49px;
    line-height: 49px;
  }
  .index-hang-ul li {
    padding: 8px 0;
  }
  .index-hang-ul li .tile {
    line-height: 34px;
  }
  .hang-zis {
    padding: 12px 0;
  }
  .index_cloud .index_cloud_div .left .cloud_yaun {
    width: 400px;
    height: 400px;
  }
  .index_cloud .index_cloud_div .left .cloud_yaun .cloud_xiao {
    width: 200px;
    height: 200px;
  }
  .index_cloud .index_cloud_div .left .cloud_yaun .cloud_xiao .p1 {
    font-size: 1.5rem;
  }
  .index_cloud .index_cloud_div .left .cloud_yaun .cloud_xiao .p2 {
    letter-spacing: 1px;
  }
  .index-body {
    padding-top: 81px;
}


 .erdiv li {
 
 line-height:20px;
  float: left;
   padding:0 9px ; 
 
}




}
@media (max-width: 990px) {
  .banner .swiper-slide {
    height: 400px;
  }
  .index-body {
    padding-top: 53px;
}
  .mobile-foot,
  .phone {
    display: block ;
  }
  .product-details-lunbo .re .gallery-thumbs .swiper-button-next,
  .product-details-lunbo .re .gallery-thumbs .swiper-button-prev {
    height: 71px;
    line-height: 71px;
  }
  .shu-ul li .div1 {
    font-size: 2.5625rem;
  }
  .daohang {
    display: none;
  }
  .case-ul li a {
    line-height: 62px;
  }
  .content {
    margin-top: 30px;
  }
  body {
    padding: 52px  0;
  }
  footer .foot-top {
    display: none;
  }
}
.search-list li .fl{
  width: 15%;

}
.search-list li .fr{
  width: 85%;
}
@media (max-width: 990px) {


  .product-details-l1 .le .gallery-top .swiper-slide{
    height: 343px;
  }
  .product-details-l1 .re .gallery-thumbs .swiper-slide{
    height: 68px;
  }.index_cloud_ul li .overh {
    text-align: center;
  }
  .banner .swiper-slide {
    height:auto;
  }
  .rightfix {
    display: none;
  }
  footer .foot-bot {
    line-height: 25px;
    padding: 20px 0;
  }
  .ban-zi {
    font-size: 1.8rem;
    text-align: center;
  }
  .ban-position {
    display: none;
  }
  .about-us {
    padding: 30px 15px;
  }
  .content .left {
    width: 100%;
  }
  .content .right {
    width: 100%;
    margin-top: 10px;
  }
  .content .right .link-div {
    padding: 10px;
  }
  .case-ul li a {
    line-height: 49px;
  }
  .about-hd .hd-cn {
    font-size: 1.8rem;
  }
  .case-deail .titles {
    line-height: 30px;
    font-size: 1.3rem;
    margin: 10px 0;
  }
  .content {
    margin-top: 20px;
  }
  .pro-div-a {
    margin-bottom: 10px;
  }
  .product-details-lunbo .le {
    width: 100%;
  }
  .product-details {
    padding: 30px 15px;
  }
  .product-details-lunbo .re {
    width: 100%;
    margin-top: 15px;
  }
  .product-details-lunbo .re .zshasid {
    line-height: 25px;
  }
  .product-details .product-content .div-pro {
    line-height: 25px;
  }
  .inquiry .inquiry-liu .liu-uls li {
    width: 100%;
  }
  .related-products {
    padding: 20px 15px;
  }
  .related-products .related-products-lunbo {
    margin-top: 0;
  }
  .fanhui a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .inquiry {
    padding: 30px 0;
  }
  .product-details-lunbo .re .gallery-thumbs {
    padding: 0 30px;
  }
  .about-div {
    margin-top: 20px;
    padding: 10px;
  }
  .shu-ul li {
    padding: 15px 0 5px;
  }
  .shu-ul li .div1 {
    font-size: 2.5rem;
  }
  .about-gong {
    margin-top: 20px;
    padding: 10px ;
  }
  .about-gong .div1 {
    height: auto;
  }
  .about-div .about-top {
    line-height: 25px;
  }
  .solution-ul li .fl {
    width: 100%;
  }
  .solution-ul li .fr {
    width: 100%;
  }
  .solution-ul li {
    padding: 15px ;
  }
  .content .right .dianh .overh img {
    width: 50px;
  }
  .content .right .dianh .add-div {
    line-height: 25px;
  }
  .content .right .dianh .title {
    margin: 5px 0;
  }
  .content .right .dianh .col-sm-3 {
    margin-bottom: 20px;
  }
  .content .right .dianh {
    margin-top: 10px;
    padding-bottom: 30px;
  }
  .content .right .lx-dianha {
    margin-top: 20px;
  }
  .zhao-top {
    background-color: #ededed;
    padding: 10px;
  }
  .zhaos-bot .cos-zs {
    margin: 15px 0 0;
  }
  .zhaos-bot .ming {
    padding-left: 10px;
  }
  .zhaos-bot .add-dics .fl {
    display: none;
  }
  .zhaos-bot .hrds-zhao .add-dics {
    display: none;
  }
  .zhaos-bot .zhizhe {
    padding: 10px;
  }
  .zhaos-bot .neirongxian {
    padding: 0 0px 10px 0px;
    line-height: 24px;
  }
  .index_cloud .index_cloud_div .left .cloud_yaun {
    width: 100%;
  }
  .banner-zis {
    display: none;
  }
  .index_cloud .index_cloud_div .left {
    width: 100%;
  }
  .index_cloud .index_cloud_div .right {
    width: 100%;
  }
  .index_div3 {
    padding: 30px 15px;
  }
  .index_div3_fl1 {
    width: 100%;
  }
  .index_div3_fl_top {
    padding: 17px 0;
  }
  .index_div3_title {
    font-size: 2rem;
    line-height: 32px;
  }
  .index_div3_fl2 {
    width: 100%;
    padding: 10px;
  }
  .index_div3_ul > li {
    width: 49%;
  }
  .index_research-lunbo .gallery-top .swiper-slide > .fl {
    width: 100%;
  }
  .index_research-lunbo .gallery-top .swiper-slide .fr {
    width: 100%;
  }
  .index_research {
    padding: 30px 15px;
  }
  .index_research-lunbo .gallery-thumbs_lunbo {
    width: 80%;
    right: 0;
  }
  .index_research-lunbo .gallery-thumbs .swiper-slide {
    padding: 15px 0px 15px 20px;
  }
  .index_research-lunbo .gallery-thumbs {
    padding: 0 33px 0 30px;
  }
  .index_research-lunbo .gallery-thumbs_lunbo .swiper-button-next,
  .index_research-lunbo .gallery-thumbs_lunbo .swiper-button-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .index_research-lunbo .gallery-thumbs .swiper-slide .hao {
    font-size: 1.5rem;
  }
  .index-case {
    padding: 30px 15px;
  }
  .index-case .index-case-div .left {
    width: 100%;
  }
  .index-case-lunbo .left-div {
    width: 100%;
    position: relative;
    padding: 20px ;
    top: 0%;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  .index-case-lunbo .right_div {
    width: 100%;
  }
  .index-case .index-case-div .right {
    width: 100%;
  }
  .index-case-lunbo .left-div .div1 {
    margin: 10px 0;
    line-height: 25px;
  }
  .index-case-lunbo .page-div {
    width: 100%;
  }
  .index_news {
    padding: 30px 15px;
  }
  .index_news_content .col-sm-4 {
    margin-bottom: 15px;
  }
  .index_about {
    padding: 30px 15px;
  }
  .index_about .index_about_yaso {
    line-height: 25px;
    padding: 10px 0;
  }
  .lou-div .col-sm-4 .overh {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .lou-div .col-sm-4 .overh i {
    font-size: 1.8rem;
  }
  .index_about_lunbo {
    margin-top: 20px;
  }
  .index_cloud {
    padding: 30px 15px;
  }
  .index_cloud .index_cloud_div .left .cloud_yaun .cloud_xiao {
    display: none;
  }
  .clouds-d-ul {
    position: relative;
  }
  .clouds-d-ul li {
    position: relative !important;
    top: auto !important;
    left: auto!important;
    height: auto !important;
    right: auto!important;
    bottom: auto!important;
  }
  .clouds-d-ul li .big-box span {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    line-height: 40px;
  }
  .clouds-d-ul li .big-box span i {
    font-size: 16px;
  }
  .clouds-d-ul li .big-box {
    width: 48px;
    height: 48px;
  }
  .clouds-d-ul li .titlq {
    position: relative;
    left: auto!important;
    top: auto!important;
    bottom: auto!important;
    width: 100%;
    text-align: center;
  }
  .index_cloud .index_cloud_div .left .cloud_yaun {
    border: none;
  }
  .clouds-d-ul li {
    width: 50%;
    float: left;
  }
  .clouds-d-ul {
    overflow: hidden;
  }
  .clouds-d-ul li .big-box {
    border-radius: 2px;
    border: none;
    margin: 0 auto;
  }
  .index_cloud .index_cloud_div .left .cloud_yaun {
    height: auto;
  }
  .index_cloud .index_cloud_div .right .index_cloud_yya {
    line-height: 25px;
  }
  .index_cloud .index_cloud_div .right .more2 {
    margin-top: 10px;
  }
  .index_pro_sum {
    margin-top: 20px;
  }
  .index_div3_fl_top div:nth-child(1) {
    margin-bottom: 0;
  }
  .index_div3_title {
    font-size: 1.5rem;
  }
  .index_research-lunbo {
    margin-top: 10px;
  }
  .index-case-div {
    margin-top: 10px;
  }
  .lunbo-cooperation .swiper-container {
    padding: 0;
  }
  .index_news .index_news_content {
    margin-top: 10px;
  }
  html {
    overflow-x: hidden;
  }
  .shu-ul li .div1 {
    font-size: 1.8rem;
  }
  .shu-ul {
    width: 700px;
  }
  .index_shu {
    overflow-y: scroll;
  }
  .searchbox {
    padding: 15px;
    top: 52px;
  }
}

#page {
  clear: both;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  display: table;
  margin: 30px auto;
}

#page li {
  float: left;
  padding: 5px 14px;
  border: 1px solid #CCCCCC;
  margin-right: 6px;
  color: #666;
  font-size: 12px;
  list-style: none;
}

#page li:hover {
  border: 1px solid #84ba51;
}

#page li:hover a {
  color: #84ba51;
}

#page li a {
  color: #666;
  display: inline-block;
  padding: 5px 14px;
  text-align: center;
  margin: -5px -14px -5px -14px;
}

#page li.thisclass {
  border: 1px solid #84ba51;
  background-color: #84ba51;
  color: #FFFFFF
}

#page li.thisclass a {
  color: #fff
}
.index-case-lunbo .div1{
  display: none;
}
.sel-divss-ul li a{
  color: #000;
  font-size: 16px;

}


#drop5 {
  color: #fff;

}b, strong {
  font-weight: bold;
}
.xgcp{
  padding-top: 40px;
}
.xgcp .swiper-container{

  padding: 20px ;
}.index-case-lunbo .swiper-button-next.swiper-button-disabled, .index-case-lunbo .swiper-button-prev.swiper-button-disabled{
cursor: pointer;
}
.product-details .product-contents>.div-pro{
  display: block;
}


.product-contents .xiang-boiso {
  font-size: 1.5rem;
  color: #84ba51;
  line-height: 57px;
  height: 57px;
  border-bottom: 1px solid #d2d2d2;
  padding: 0 0;
  position: relative;
}
.product-contents .xiang-boiso:after {
  position: absolute;
  content: '';
  width: 11.25rem;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #84ba51;
}
 .changs-dic {
  padding: 2.5rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 1px rgba(85, 84, 84, 0.13);
  border: solid 1px #e1dede;
  text-align: center;
}
 .yings .ying-title::after {
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  background: #84ba51;
}
 .yings .ying-title {
  position: relative;
  padding-left: 30px;
  color: #84ba51;
  line-height: 1.875rem;
  margin: 15px 0;
}
.pro-contennt{
  padding: 20px 0;
}
.product-details-top{
  background: rgba(0, 0, 0, 0.1);
  padding: 60px 0;

}
.product-details1{
  padding: 0px 0 70px;
}
.ping-yun .swiper-slide .overh {
  height: 190px;

}
.product-details1 .re .zshasid{
  color: #000;

}
.product-details1  .re .details-title{
  color: #000;
}
.changs-dic .shou-p {
  font-size: 1.125rem;
  margin-top: 1.5625rem;
  line-height: 1.875rem;
  color: #000000;
}
.ping-yun .swiper-slide {
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 1px rgba(85, 84, 84, 0.13);
  border: solid 1px #e1dede;
  padding: 0.9375rem 0.9375rem 1.875rem;
}
.ping-yun .swiper-slide .titl-yun {
  font-size: 1.125rem;
  color: #4d4c4c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 2.5rem;
  margin-top: 0.625rem;
}
.ping-yun .swiper-slide .titl-yun a {
  color: #4d4c4c;
}
.ping-yun .swiper-slide .yao-yun {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0px;
  color: #666666;
  opacity: 0.86;

  height: 153px;
  overflow-y: scroll;

}

.ping-yun .swiper-slide .yao-yun::-webkit-scrollbar {/*滚动条整体样式*/

  width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
  opacity: 0;
  height: 1px;
  background:  transparent;

}

.ping-yun .swiper-slide .yao-yun::-webkit-scrollbar-thumb {/*滚动条里面小方块*/

  border-radius: 2px;

   -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
   opacity: 0;
  background: transparent;

}

.ping-yun .swiper-slide .yao-yun::-webkit-scrollbar-track {/*滚动条里面轨道*/

  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
opacity: 0;
  border-radius: 10px;

  background:  transparent;

}
.ping-yun .swiper-container {
  padding-bottom: 70px;
}
.ping-yun .swiper-container .swiper-pagination-bullet {
  width: 1.1875rem;
  height: 1.1875rem;
  background-color: #84ba51; 

}
.ping-yun .swiper-container .swiper-pagination-bullet-active {
background:#84ba51; 
opacity: 1;

}
.even-box-lunbo .swiper-button-next, .even-box-lunbo .swiper-button-prev{
  background: transparent!important;
  width: auto!important;
  height: auto!important;
}
@media(max-width:767px){
  .course-box{
    padding: 30px 15px;
    height: auto;
  }.course-box > h3{
    font-size: 1.5rem;
  }
  .even-box-lunbo{
    display: block;
    margin-top: 10px;
  }
  
  .even-box-lunbo .swiper-slide p{
    margin-top: 10px;

    line-height: 30px;
  }
  .even-box {
    display: none;
  }
.pro-contennt >.row {
    padding-left: 0;
}
.gywhs-d{
  display: none;
}
  .product-details-lunbo .re .gallery-thumbs .swiper-button-next, .product-details-lunbo .re .gallery-thumbs .swiper-button-prev {

    width: 16px;
  }
  .product-details-top {
  
    padding: 30px 15px;
}

.product-details1{
  padding: 30px 15px;
}.product-details-lunbo .re .zshasid{
  margin: 0;
}.product-details-lunbo .re .details-title{
  font-size: 1.5rem;
}.product-details .product-content {
  
  padding: 10px 0;
}.changs-dic{
  margin-bottom: 5px;
}.pro-contennt {
  padding: 10px 0;
}.yings .ying-title{
  margin: 5px 0;
}.product-contents .xiang-boiso {
  font-size: 1.2rem;

  line-height: 44px;
  height: 44px;
}
.searchbox.active {
  top: 52px;
}
.shu-ul li{
  width: 50%;
}
.shu-ul{
  width: 100%;
}
.shu-ul li:last-child{
  width: 100%;
}
.inquiry .inquiry-liu .liu-uls li:nth-child(7) button ,.bs-example-modal-lg1 .inquiry .inquiry-liu .liu-uls li button{
  width: 120px;

}.inquiry .inquiry-liu .liu-uls li textarea{
  height: 100px;
}
.inquiry .inquiry-liu .liu-uls li input{
  height: 30px;
}
.inquiry .inquiry-liu {
  margin-top:10px;
}

}
.product-details .product-ul1 li{
  width: 25%;
}
.sxins1-ul li{
  padding-left: 20px;

}.sxins1-ul li a i{
  color: #ddd;
  display: inline-block;
  margin-right: 2px;
}
.bs-example-modal-lg1 .inquiry{
  padding: 30px ;

}
.bs-example-modal-lg1 .inquiry .inquiry-liu .liu-uls li:last-child,.bs-example-modal-lg1 .inquiry .inquiry-liu .liu-uls li:nth-child(3){
  width: 100%;
}
 





#code1{
  width:47%;
  float: left;
}

  #btnSendCode1 {
    width: 15%;
    height: 44px;
    line-height: 44px;
    border-radius: 6px;
    padding: 0;
   border: 1px solid #b6b6b6;
    margin-left: 6%;
    float: left;
    font-size: 1rem;
}


.bs-example-modal-lg1 .inquiry .inquiry-liu .liu-uls li:last-child,.bs-example-modal-lg1 .inquiry .inquiry-liu .liu-uls li:nth-child(4){
  width: 100%;
}

.bs-example-modal-lg1 .inquiry .inquiry-liu .liu-uls li button{
  width: 210px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  background: #84ba51;
  border-radius: 5px;
  border: none;
}.bs-example-modal-lg1 .inquiry .inquiry-liu .liu-uls li:nth-child(3) .liu-img{
  top: 13px;
  -ms-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

@media (min-width: 768px){

  .bs-example-modal-lg1 {

    margin: 10% auto 0;
}
}


.lou-div .col-sm-4 .overh i{
  color:#ff8d19 ;

}
#menu2.dropdown-menu{
  top: auto;
  bottom: 100%;
}
#page li{
  margin-bottom: 10px;
}
.div-pro table tbody  tr td {  
text-align: center;

}.daohang .daohang-bot .nav-ul > li:nth-child(4){
  position: inherit;
}

.erdiv {
  position: absolute;
  width: 100vw;
  top: 100%;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #dddddd;
  padding: 30px 0;
  z-index: 999;
 
  left: 0;
display: none;

  overflow: hidden;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  box-shadow: 0px 3px 7px 0px rgba(85, 84, 84, 0.35);

  /* Opera */
}
  .erdiv  ul> li >a:nth-child(1){
  font-size: 15px;
  font-weight: bold;
}
 .erdiv  ul> li > a {
  color: #656464;
  padding: 0 5px;
  font-size: 12px;

  display: block;
} .erdiv li a{
  color: #656464;

}
 .erdiv li a:hover {
  color: #ff8d19 ;
}
.daohang .daohang-bot .nav-ul > li:hover .erdiv{
  display: block;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
} 


.erdiv  ul{
 /* display: inline-block;*/
 display: flex;
 justify-content: center;
  align-items: baseline;
    flex-flow: row wrap;
}





.div-pro table tbody tr td {
padding: 5px;
}
.er-td{
  width: 100%;
  
  text-align: center;
  display: none;
  padding-bottom: 20px;
  
}
.er-td img{
  width: 120px;
  margin: 0 auto;

}.xia-biaoge tbody tr:hover{
  height: auto!important;
}
.xia-biaoge tbody tr:hover .er-td{
  display: block;
  height:auto!important;
 

}
.sels-div{
  width: 120px;
  font-size: 12px;
height: 25px;
position: relative;
top: -5px;

}
.rightfix .clas{
  top: -10px;
  right: -10px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  height: 30px;
  cursor: pointer;
  background:#84ba51 ;
  border-radius: 100%;
}
.rightfix .clas i{
  font-size: 16px;
  color: #FFf;
}
@media(max-width:767px){
  .table_gywh tr td{
    padding: 10px 5px;
  }.table_gywh {
    font-size: 1rem;
    height: auto;
  
    line-height: 25px;
}.table_gywh tr td:nth-child(1){
  width: 20%;
  text-align: center;
}.even-box-lunbo .swiper-slide p{
  margin-top: 0;
  line-height: 25px;
}
.even-box-lunbo .swiper-slide .nians{

  font-size: 2rem;
  margin-top: 10px;
  margin-bottom: 10px;

}
.even-box-lunbo .swiper-button-next, .even-box-lunbo .swiper-button-prev{
  top: 30%;

}
}